翻訳と辞書
Words near each other
・ Integra Tire & Auto Centres
・ Integra-Signum
・ Integrability
・ Integrability conditions for differential systems
・ Integrable system
・ InSync adaptive traffic control system
・ INSYS
・ Insys Therapeutics
・ Insólito
・ Insônia
・ Insúa
・ INT
・ INT (chemical)
・ INT (x86 instruction)
・ INT 10H
INT 13H
・ INT 16H
・ Int Khedichhap
・ Int'l After School
・ Int. Exposition Metro Station (Mashhad Metro)
・ INTA
・ Inta
・ Inta (given name)
・ Inta Airport
・ Inta Ezergailis
・ Inta Feldmane
・ INTA HM.1
・ Inta Kļimoviča
・ Inta Omri
・ Inta Ruka


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

INT 13H : ウィキペディア英語版
INT 13H

INT 13h is shorthand for BIOS interrupt call 13hex, the 20th interrupt vector in an x86-based computer system. The BIOS typically sets up a real mode interrupt handler at this vector that provides sector-based hard disk and floppy disk read and write services using cylinder-head-sector (CHS) addressing.
INT is an x86 instruction that triggers a software interrupt, and 13hex is the interrupt number (as a hexadecimal value) being called.
== Overview ==

Under real mode operating systems, such as MS-DOS, calling INT 13h would jump into the computer's ROM-BIOS code for low-level disk services, which would carry out physical sector-based disk read or write operations for the program. In MS-DOS, it serves as the low-level interface for the built-in block device drivers for hard disks and floppy disks. This allows INT 25h and INT 26h to provide absolute disk read/write functions for logical sectors to the FAT file system driver in the DOS kernel, which handles file-related requests through MS-DOS API (INT 21h) functions.
Under protected mode operating systems, such as Microsoft Windows NT derivatives (e.g. NT4, 2000, XP, and Server 2003) and Linux with dosemu, the OS intercepts the call and passes it to the operating system's native disk I/O mechanism. Windows 9x and Windows for Workgroups 3.11 also bypass BIOS routines when using 32-bit File Access.
The original BIOS real-mode INT 13h interface supports drives of sizes up to about 504 MB using what is commonly referred to as ''physical CHS addressing''. This limit originates from the hardware interface of the IBM PC/XT disk hardware. The BIOS used the cylinder-head-sector (CHS) address given in the INT 13h call, and transferred it directly to the hardware interface.
This interface was later extended to support addressing of up to exactly 8064 MB using what is commonly referred to as ''logical CHS addressing''. This limit originates from a combination of the register value based calling convention used in the INT 13h interface, and the goal of maintaining backward compatibility. There were originally a number of BIOSes that offered incompatible versions of this interface, but eventually the computer industry standardized on the interface developed in the Microid Research ("MR BIOS") in 1989. This limit uses 1024 cylinders, 256 heads, 63 sectors, and 512 byte blocks, allowing exactly 7.875 GiB of addressing (1024
* 256
* 63
* 512 bytes).
To support even larger addressing modes, an interface known as INT 13h Extensions was introduced by Western Digital and Phoenix Technologies as part of BIOS Enhanced Disk Drive Services.〔()〕 It uses 64-bit logical block addressing (LBA) which allows addressing up to 8 ZiB (the drive can also support 28-bit or 48-bit LBA which allows up to 128 GiB or 128 PiB respectively, assuming a 512-byte sector/block size). This is a packet interface, because it uses a pointer to a ''packet'' of information rather than the register based calling convention of the original INT 13h interface. This packet is a data structure that contains an interface version, data size, and LBAs.
All versions of MS-DOS, including MS-DOS 7, and Windows 95 contain a bug that prevents booting hard disks with 256 heads (register value 0xFF),〔 (Disk size limitations ) 〕 so many modern BIOSes map the drives to have at most 255 heads, reducing the total addressable space to exactly 8032.5 MiB (approx 7.844 GiB). Also some cache drivers will flush their buffers when detecting that MS-DOS is bypassed by applications that directly issue INT 13h requests.
AMI BIOSes from around 1990-1991 trash word unaligned buffers. Some MS-DOS and TSR programs clobber interrupt enabling and registers so PC DOS and MS-DOS install their own filters to prevent this.〔(ctyme.com - DISK - READ SECTOR(S) INTO MEMORY )〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「INT 13H」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.